home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / LunarLander.swf / scripts / frame_1 / PlaceObject2_5_2 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  158 b   |  9 lines

  1. onClipEvent(enterFrame){
  2.    p = _root.getBytesLoaded() / _root.getBytesTotal() * 100;
  3.    _xscale = p;
  4.    if(p == 100)
  5.    {
  6.       _root.play();
  7.    }
  8. }
  9.